﻿
div[id$="dnd-drop-area"] {
	border: 2px dashed #ccc;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

	div[id$="dnd-drop-area"].highlight {
		border-color: #4CAF50;
	}

progress[id$="dnd-progress-bar"] {
	width: 100%;
	height: 5px;
	background-color: #4CAF50;
	margin-top: 10px;
	transition: width 0.3s;
	display: none;
}

div[id$="dnd-file-info"] {
	display: none;
	margin-top: 10px;
	border: 2px dashed #ccc;
	line-height: 40px;
	padding-left: 10px;
}

	div[id$="dnd-file-info"] label {
		margin: 0 0px 0 10px;
		vertical-align: middle;
	}

button[id$="dnd-remove-btn"] {
	display: none;
	background: none;
	border: 0;
}

.ERRORCOOKIE {
	color: Red !important;
	padding-left: 0px;
	font-size: 11pt;
	font-weight: bold;
	display: inline;
	float: right;
}

.textPrivacy {
	padding: 20px;
}

table.CookiesPrivacySelectionTable label {
	display: inline;
	padding-left: 5px;
}

table.CookiesPrivacySelectionTable {
	width: -webkit-fit-content;
}

	table.CookiesPrivacySelectionTable td {
		padding: 5px;
	}

	table.CookiesPrivacySelectionTable td, table.CookiesPrivacySelectionTable th {
		border: 1px solid black;
	}

td.CookiesPrivacySelectionTableCell td {
	border: none;
}

table.CookiesPrivacySelectionTable input {
	margin: 0px;
	-webkit-appearance: radio;
}

div.CookiesPrivacyButtonDiv {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.CookiesPrivacyButtonAll {
	max-width: 100%;
	padding-bottom: 5px;
}

div.CookiesPrivacyButtonAcceptAll {
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}

@media screen and (max-width: 480px) {

	div.CookiesPrivacyButtonAcceptAll input {
		width: 100%;
	}

	div.CookiesPrivacyButtonAcceptAll {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.CookiesPrivacySelectionTableRow td,
	.CookiesPrivacySelectionTableRow th {
		display: block;
		border: none !important;
	}

	tr.CookiesPrivacySelectionTableRow {
		border-bottom: 1px solid silver;
	}

	.CookiesPrivacySelectionTableRow td[data-title]:before {
		content: attr(data-title);
		font-weight: normal;
		display: block;
		padding-bottom: 1px;
		font-size: 12px;
		padding-right: 5px;
	}

	.CookiesPrivacySelectionTableRow th {
		display: none;
	}
}

div.CookiesPrivacyButtonDeniedAll {
	display: inline-block;
	float: left;
}

body #divprivacycookies {
	display: none;
	background-color: rgb(0, 74, 121);
	padding: 0px 0px 0px 0px;
	color: white;
	box-shadow: 1px 1px 15px black;
	position: fixed;
	z-index: 9999;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: initial;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 2px solid #AAAAAA;
}

#divprivacycookiesInternal {
	padding: 5px 10px 5px 10px;
}

#divprivacycookiesTitle {
	display: flex;
	justify-content: space-between;
	min-width: 180px;
	min-height: 30px;
	font-size: 12px;
}

#divprivacycookiesGestisci {
	min-width: fit-content;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px;
	font-weight: bold;
	font-size: larger;
}

#aNoCookies {
	text-decoration: none !important;
	color: inherit;
}

#aPrivacyPage {
	font-family: inherit;
	text-decoration: none !important;
	font-weight: bold;
	color: inherit !important;
}

#aOkCookies {
	font-family: inherit;
	text-decoration: none !important;
	font-weight: bold;
	color: inherit !important;
}

#divprivacycookiesContent {
	width: 100%;
	float: left;
	color: inherit;
	font-size: 11px;
}

#divprivacycookiesButtons {
	display: flex;
	justify-content: flex-end;
	min-width: 190px;
}

body #divprivacycookies #divprivacycookiesInternal #divprivacycookiesButtons .divprivacycookiesButton #divprivacycookiesOk {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	width: fit-content;
	height: fit-content;
}

body #divprivacycookies #divprivacycookiesInternal #divprivacycookiesButtons .divprivacycookiesButton {
	width: fit-content;
	height: fit-content;
	border-radius: 4px;
	border: 1px solid #888888;
}

.CPTitle {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
}

.CPSubTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}

.hidden {
	display: none;
}

.open {
	display: block !important;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: #00000063;
	padding-top: 100px;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin: 0;
	line-height: 1.5;
	font-size: 20px;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
	.modal-dialog {
		width: 430px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

[role="button"] {
	cursor: pointer;
}

#WaitModal.hide {
	display: none !important;
}

#WaitModal.show {
	display: block !important;
}

#WaitModal.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.affix {
	position: fixed;
}
